home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / tools / lu62 / port / unbind.h < prev    next >
Text File  |  1996-07-10  |  1KB  |  27 lines

  1. /* k 8001 19.07.90 */
  2. /* k 0115    02/02/91    */
  3. /********************************************
  4.  *       UNBIND REQUEST UNIT                *
  5.  ********************************************/
  6.  
  7. struct  unbind {               /* UNBIND ru                */
  8.      unsigned char cmd;    /* command code             *//* @0115 */
  9.      unsigned char type;/* X'01' - normal end of session @0115    *
  10.                                 * X'02' - BIND forthcoming         *
  11.                                 * X'03' - session will be resumed  *
  12.                                 * X'04' - sync point record error  *
  13.                                 * X'05' - SLU not authorized       *
  14.                                 * X'06' - invalid sess parameters  *
  15.                                 * X'07' - VR inoperative           *
  16.                                 * X'08' - route ext inoperative    *
  17.                                 * X'09' - +RSP((ACTPU|ACTLU),Cold) *
  18.                                 * X'0a' - PU node deactivated      *
  19.                                 * X'0b' - VR deactivated           *
  20.                                 * X'0c' - unrecoverable LU failure *
  21.                                 * X'0e' - recoverable LU failure   *
  22.                                 * X'0f' - cleanup should be made   *
  23.                                 * X'fe' - invalid session protocol */
  24.          unsigned long sense;   /* sense data(only for type=X'fe') */
  25.          };
  26.  
  27.